DDEEXAMP.WAS
------------

DDEEXAMP.WAS provides a working example of using PROCOMM PLUS 3.0 for Windows
ASPECT to establish and control a DDE link with Microsoft Excel.  The script
manipulates an example spreadsheet called SODA.XLS.

The spreadsheet is not intended to be a real-life example, but a basis for
showing the use of ASPECT as a DDE Client.  Therefore, certain assumptions
have been made (see below).

To run the script, place DDEEXAMP.WAS and DDEEXAMP.DAT in your \PROWIN3\ASPECT
directory.  Place SODA.XLS in a directory of your choice.

In order for the links to Excel and SODA.XLS to function properly, the full
name (including path) must be defined for EXCEL.EXE and SODA.XLS in the MACRO
DEFINITIONS portion of the source code.

Once these requirements have been met, compile the script and you're ready to
begin.